require 'import'
import "android.content.*"
i= Intent()
.setComponent(ComponentName("com.google.android.apps.walletnfcrel", "com.google.commerce.tapandpay.android.wallet.WalletActivity"))
this.startActivity(i)

return true